← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 93)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 10 statements in 119µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22216µs289µsSearch::Elasticsearch::Role::Logger::::infoSearch::Elasticsearch::Role::Logger::info
11112µs23µsSub::Quote::::BEGIN@3.26 Sub::Quote::BEGIN@3.26
1117µs7µsMethod::Generate::Accessor::::BEGIN@6.27 Method::Generate::Accessor::BEGIN@6.27
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
3256µs234µs
# spent 23µs (12+11) within Sub::Quote::BEGIN@3.26 which was called: # once (12µs+11µs) by Sub::Quote::_clean_eval at line 3
no warnings 'closure';
# spent 23µs making 1 call to Sub::Quote::BEGIN@3.26 # spent 11µs making 1 call to warnings::unimport
4
# spent 289µs (16+273) within Search::Elasticsearch::Role::Logger::info which was called 2 times, avg 145µs/call: # once (6µs+258µs) by Search::Elasticsearch::Role::CxnPool::Static::schedule_check at line 21 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/CxnPool/Static.pm # once (10µs+15µs) by Search::Elasticsearch::Role::CxnPool::Static::schedule_check at line 53 of Sub/Defer.pm
sub Search::Elasticsearch::Role::Logger::info {
5package Method::Generate::Accessor;
6
# spent 7µs within Method::Generate::Accessor::BEGIN@6.27 which was called: # once (7µs+0s) by Sub::Quote::_clean_eval at line 11
BEGIN {
711µs $^H = "2018";
81500ns ${^WARNING_BITS} = "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\003";
916µs %^H = (
10 );
11143µs17µs}
# spent 7µs making 1 call to Method::Generate::Accessor::BEGIN@6.27
1216µs212µsshift->_assert_log_handle->info(@_); }
1311µs $_QUOTED->[3] = \&Search::Elasticsearch::Role::Logger::info
14}
1514µs1;
16
17;